github.com/go-pg/pg/v10.Stmt.exec (method)
3 uses
github.com/go-pg/pg/v10 (current package)
stmt.go#L80: return stmt.exec(context.TODO(), params...)
stmt.go#L85: return stmt.exec(c, params...)
stmt.go#L88: func (stmt *Stmt) exec(ctx context.Context, params ...interface{}) (Result, error) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)